PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / isReadOnly Method
In This Topic
    isReadOnly Method
    In This Topic
    Gets a value indicating whether the field is read-only.
    Syntax
    public boolean isReadOnly()

    Return Value

    True if the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions.
    See Also